home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000369_simon@lia.di.epfl.ch_Fri Mar 11 12:27:31 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from liasun6.epfl.ch by cs.umb.edu with SMTP id AA22531
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 11 Mar 1994 12:27:31 -0500
  3. Received: by liasun6.epfl.ch (Smail3.1.28.1 #58)
  4.     id m0pfAzg-0002QCC; Fri, 11 Mar 94 18:27 MET
  5. Message-Id: <m0pfAzg-0002QCC@liasun6.epfl.ch>
  6. Date: Fri, 11 Mar 94 18:27 MET
  7. From: simon@lia.di.epfl.ch (Simon Leinen)
  8. To: simon@lia.di.epfl.ch (Simon Leinen)
  9. Cc: "K. Berry" <kb@cs.umb.edu>, tex-k@cs.umb.edu
  10. Subject: Re: make install
  11. In-Reply-To: <m0pf85C-0002QCC@liasun6.epfl.ch>
  12. References: <199403111328.AA15477@terminus.cs.umb.edu>
  13.     <m0pf85C-0002QCC@liasun6.epfl.ch>
  14.  
  15. I wrote:
  16.  
  17. >     configure ...
  18. >     make
  19. >     make /tmp/foo # probably unnecessary
  20. >     make prefix=/tmp/foo install
  21. >     <move /tmp/foo where it belongs>
  22. > works fine for most stuff using GNU configure (including tex-k).
  23.  
  24. However this is not quite true for tex-k, because of one problem: the
  25. symbolic links to virtex/virmf are created using absolute destination
  26. paths:
  27.  
  28. l---------   1 leinen        36 Mar 11 18:19 cmmf@ -> /usr/people23/leinen/irix4/bin/virmf
  29. l---------   1 leinen        37 Mar 11 18:19 latex@ -> /usr/people23/leinen/irix4/bin/virtex
  30. l---------   1 leinen        36 Mar 11 18:19 mf@ -> /usr/people23/leinen/irix4/bin/virmf
  31. l---------   1 leinen        37 Mar 11 18:19 tex@ -> /usr/people23/leinen/irix4/bin/virtex
  32.  
  33. This is the only thing that breaks install=/something/different.
  34. IWBNI make install could just make relative symlinks here.
  35. -- 
  36. Simon.